home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3488 / macros / acrosbm.aim < prev    next >
Text File  |  1990-10-13  |  678b  |  22 lines

  1. * Abindon Cross benchmark ( prof. Kendall Preston )
  2. * implementation in AIM by Frans Groen
  3. *
  4. * display is put off to obtain the operation times
  5. * separated from the display times
  6. * bench mark time = (a) + (b) + (c) + (d) and
  7. * bench mark time w/h display = (a) + (b) + (c)
  8. *
  9. dof               * display of
  10. ton               * timer on
  11. readf ACROS,A     * read image
  12. gdisp             * display
  13. unif A,B,31       * uniform filter (a)
  14. gdisp B           * display result
  15. thresh B,B,1,157  * threshold (b)
  16. bdisp B,1         * display
  17. skelet 100,1,0,B  * skeleton (c)
  18. bdisp B,1         * display (d)
  19. don               * display on
  20. toff              * timer off
  21.  
  22.